From 3340fde0ca81b924b021e6212a7634b1fa98c961 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 Mar 2007 18:48:54 +0100 Subject: [PATCH] ia64: Remove list_move() implementation. Now implemenetd in generic list.h. Signed-off-by: Alex Williamson --- xen/include/asm-ia64/linux-xen/asm/iosapic.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/xen/include/asm-ia64/linux-xen/asm/iosapic.h b/xen/include/asm-ia64/linux-xen/asm/iosapic.h index a94e5f53da..90fb63de91 100644 --- a/xen/include/asm-ia64/linux-xen/asm/iosapic.h +++ b/xen/include/asm-ia64/linux-xen/asm/iosapic.h @@ -109,18 +109,6 @@ extern void __devinit map_iosapic_to_node (unsigned int, int); #endif #ifdef XEN -/* Move to common code later */ -/** - * list_move - delete from one list and add as another's head - * @list: the entry to move - * @head: the head that will precede our entry - */ -static inline void list_move(struct list_head *list, struct list_head *head) -{ - __list_del(list->prev, list->next); - list_add(list, head); -} - #define move_irq(x) #ifdef nop -- 2.30.2